<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import "global.css";

.product {
    margin: 40px auto 60px auto;
    overflow: hidden;
    }

.product li {
    float: left;
    width: 260px;
    height: 330px;
    margin: 20px auto 20px 32px;
    }

.product li &gt; div {
    margin: 0 auto;
    }

.product li &gt; div:first-child {
    height: 165px;
    line-height: 165px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    }

.product li &gt; div:first-child a {
    color: #fff;
    }

.product li &gt; div:last-child {
    height: 165px;
    background: #f5f5f5;
    overflow: hidden;
    }

.product li:nth-child(1) &gt; div:first-child {
    background: #17b2e5;
    }

.product li:nth-child(2) &gt; div:first-child {
    background: #3acbea;
    }

.product li:nth-child(3) &gt; div:first-child {
    background: #f4bd2f;
    }

.product li:nth-child(4) &gt; div:first-child {
    background: #fe7768;
    }

.product li &gt; div:last-child ul {
    margin: 20px auto;
    }

.product li &gt; div:last-child li {
    float: left;
    width: 66px;
    height: auto;
    padding: 10px;
    overflow: hidden;
    margin: 0 !important;
    text-align: center;
    }

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    }

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    }

/*免费服务*/
.free-service {
    margin: 40px auto;
    overflow: hidden;
    }

.free-service ul {
    margin-top: 20px;
    }

.free-service li {
    float: left;
    width: 300px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    }

/*流程*/
.flow {
    margin: 40px auto;
    overflow: hidden;
    }

.flow img {
    margin-top: 20px;
    }

/*常见问题*/
.ask {
    margin: 40px auto;
    padding: 20px 0 40px 0;
    overflow: hidden;
    background: #f5f5f5;
    }

.ask ul {
    margin-top: 20px;
    }

.ask li {
    float: left;
    padding: 10px 15px 10px 25px;
    width: 560px;
    background: url("/source/img/icon_qa.png") left center no-repeat;
    overflow: hidden;
    }

/*优势*/
.superiority {
    margin: 40px auto;
    padding: 20px 0 40px 0;
    overflow: hidden;
    background: #f5f5f5;
    }

.superiority li {
    float: left;
    width: 333px;
    padding: 20px;
    margin-left: 20px;
    margin-top: 20px;
    height: auto;
    background: #fff;
    }

.superiority li img {
    float: left;
    margin-right: 20px;
    }

.superiority li strong {
    color: #555;
    font-size: 14px;
    }

.superiority li p {
    text-align: justify;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    line-height: 20px;
    }

/*合作伙伴*/
.cus {
    margin: 40px auto;
    overflow: hidden;
    }

/*电话*/
.phone {
    margin: 40px auto;
    overflow: hidden;
    background: url("/source/img/banner_a.jpg") center no-repeat;
    height: 450px;
    }

/*新闻*/
/*news*/
.news_container {
    margin: 20px auto 40px auto;
    overflow: hidden;
    }

.news_container .news_list {
    float: left;
    padding: 35px 20px;
    height: 100px;
    width: 560px;
    position: relative;
    overflow: hidden;
    }

.news_container .news_list .thumb {
    float: left;
    width: 180px;
    height: 100px;
    margin-right: 30px;
    overflow: hidden;
    }

.news_container .news_list .thumb img {
    height: 100px;
    width: 180px;
    transition: all 0.5s;
    }

.news_container .news_list .thumb img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    }

.news_container .news_list .text1 {
    text-align: justify;
    }

span.tags a {
    display: inline-block;
    margin-right: 10px;
    }

span.tags a:hover {
    color: #09f !important;
    }

.news_container .news_list .text1 h3 {
    margin-bottom: 10px;
    font-weight: 400;
    }

.news_container .news_list .text1 h3 a {
    font-size: 18px;
    color: #333;
    }

.news_container .news_list .text1 h3 a:hover {
    color: #09f;
    }

.news_container .news_list .text1 .desc {
    color: #999;
    line-height: 26px;
    }
</pre></body></html>